home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / tetrix / README.z / README
Text File  |  2002-04-08  |  1KB  |  29 lines

  1.                                                    Oslo, May 14 1995
  2.  
  3. This code was written to test the very first Qt skeleton. It was in
  4. fact the first Qt application and was written at a time when Qt only
  5. had pushbutton widgets and the drawing engine was limited to drawing
  6. text in a single font and drawing lines (no kidding, those were the
  7. only two drawing operations). In fact the tetrix project doubled the
  8. number of widgets in Qt by introducing the QLCDNumber widget. The whole
  9. application was written in 5 evenings and 1 weekend and is not very
  10. well documented. The tetrix engine is implemented in the GenericTetrix
  11. class and was first made on my good old 10 MHZ AT where I made a DOS
  12. text-mode Tetrix (using about 50 lines) to test it out, it was later
  13. moved to a SUN Sparc 10, where it met Qt. GenericTetrix is totally
  14. independent of Qt, feel free to use it in any way you like. (see the
  15. file gtetrix.h for a brief description of how to use it) 
  16.  
  17. Enjoy!
  18.  
  19.     Eirik Eng
  20.     -----
  21.  
  22. P.S. Tetrix has later been updated to show new versions of Qt.
  23.  
  24. P.P.S The tetrix program uses a special application object called
  25.       QDragApplication. Try to guess what it does.
  26.       Hint: Try pressing the right mouse button somewhere in the
  27.             tetrix window and start dragging....
  28.  
  29.